Vcenter Vm Guest Processes Info

Vcenter Vm Guest Processes Info
Vcenter Vm Guest Processes Info

The Vcenter Vm Guest Processes Info schema describes the state of a guest process.

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "name": "string",
    "owner": "string",
    "command": "string",
    "started": "string",
    "finished": "string",
    "exit_code": 0
}
string
name
Required

The process name.

This property was added in vSphere API 7.0.2.0.

string
owner
Required

The process owner.

This property was added in vSphere API 7.0.2.0.

string
command
Required

The full command line of the process.

This property was added in vSphere API 7.0.2.0.

string As date-time As date-time
started
Required

The start time of the process.

This property was added in vSphere API 7.0.2.0.

string As date-time As date-time
finished
Optional

If the process was started using POST /vcenter/vm/{vm}/guest/processes?action=create then the process completion time will be available if queried within 5 minutes after it completes.

This property was added in vSphere API 7.0.2.0.

Set if the process was started with POST /vcenter/vm/{vm}/guest/processes?action=create and has recently exited.

integer As int64 As int64
exit_code
Optional

If the process was started using POST /vcenter/vm/{vm}/guest/processes?action=create then the process exit code will be available if queried within 5 minutes after it completes.

This property was added in vSphere API 7.0.2.0.

Set if the process was started with POST /vcenter/vm/{vm}/guest/processes?action=create and has recently exited.